home *** CD-ROM | disk | FTP | other *** search
- stop();
- nMedium = 700;
- nLow = 300;
- nCPU = _global.performance.processor;
- if(nCPU <= nMedium)
- {
- _global.sLowEnd = "MEDIUM";
- }
- else
- {
- _global.sLowEnd = "HIGH";
- }
- _global.bMute = false;
- _global.bBackFromPrint = false;
- _global.alertVol = 30;
- oBase = new smashing.Base();
- _global.bMute = false;
- smashing.Viewport.init(600,340);
- this.onEnterFrame = function()
- {
- var _loc3_ = this.getBytesLoaded() / this.getBytesTotal();
- var _loc2_ = this.mcLoader.mcBar;
- _loc2_.gotoAndStop(Math.ceil(_loc3_ * _loc2_._totalframes));
- if(_loc3_ == 1)
- {
- this.gotoAndStop("splash");
- delete this.onEnterFrame;
- }
- };
-